home *** CD-ROM | disk | FTP | other *** search
- Path: fohnix.metronet.com!not-for-mail
- From: milam@fohnix.metronet.com (Stan Milam)
- Newsgroups: comp.lang.c
- Subject: Re: dynamic array
- Date: 9 Feb 1996 06:33:42 -0600
- Organization: Texas Metronet, Inc (login info (214/488-2590 - 817/571-0400))
- Message-ID: <4ffev6$c14@fohnix.metronet.com>
- References: <4fd87i$em4@news1.usa.pipeline.com>
- NNTP-Posting-Host: fohnix.metronet.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Kurt Telep (wtelep@usa.pipeline.com) wrote:
- : Is there anyway to creat a dynamic array from input given by the user?
- :
- :
- : Kurt Telep
- : wtelep@usa.pipeline.com
-
- Certainly, research malloc() and calloc() and free().
-